Given
that I am on the IMDB website
8s 607ms
Show Error +
AssertionError: Expected the IMDB logo
at createWorld.(anonymous) (/Users/lisa/Desktop/JavaScript-kurs/imdb-test/step-definitions/imdb-search.js:9:8)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
AssertionError: Expected the IMDB logo
at createWorld.(anonymous) (/Users/lisa/Desktop/JavaScript-kurs/imdb-test/step-definitions/imdb-search.js:9:8)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
When
I enter the "A bug's life" a search field
0s
Then(/^I enter the "([^"]*)" a search field$/, function(arg1, callback) {
// Write code here that turns the phrase above into concrete actions
callback(null, 'pending');
});
And
I click the search button
0s
Then
I find the corresponding "A bug's life" in the search results
0s
Then(/^I find the corresponding "([^"]*)" in the search results$/, function(arg1, callback) {
// Write code here that turns the phrase above into concrete actions
callback(null, 'pending');
});